home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / tcpip / amiga / asrc29p.lha / dirutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-29  |  207 b   |  9 lines

  1. #include "global.h"
  2.  
  3. /* In dirutil.c */
  4. FILE *dir __ARGS((char *path,int full));
  5. int filedir __ARGS((char *name,int times,char *ret_str));
  6.  
  7. /* In pathname.c: */
  8. char *pathname __ARGS((char *cd,char *path));
  9.